home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 926 b | 26 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item forwarded by MACAPP.ADMIN to NORVELL.J
-
- Item 3593916 18-April-90 21:34PDT
-
- From: DAWSON.M Dawson, Mark
-
- To: MACAPP.TECH$ MacApp Technical
-
- Sub: Stopping save from quitting
-
- I wish to save a log while running some tests; if this is not possible
- (because the disk is full, etc), I wish to just log to the screen. I'm having
- trouble figuring out what/how to do this. If I just call
- TDocument.DoSave(0,FALSE,FALSE) it will say, "disk is full (OK)", and QUIT the
- program (which I don't want). I tried a CatchFailures(); DoSave(); Success();
- (where the failure routine did nothing). I still got the "disk is full…"
- error. Do I need to override DoSave? Or is it that I may be not setting up
- the Catchfailures() failure routine correctly?
-
- Any suggestions would be appreciated.
-
- Mark
-
-